feat: add row-based access of results to connection#18
Merged
jschneidereit merged 6 commits intomainfrom Feb 24, 2025
Merged
Conversation
Contributor
Author
|
Closes #10 |
3783c85 to
082595e
Compare
082595e to
abc5cfb
Compare
src/main/java/com/salesforce/datacloud/jdbc/core/DataCloudConnection.java
Outdated
Show resolved
Hide resolved
src/main/java/com/salesforce/datacloud/jdbc/core/DataCloudQueryStatus.java
Outdated
Show resolved
Hide resolved
src/main/java/com/salesforce/datacloud/jdbc/core/DataCloudQueryStatus.java
Outdated
Show resolved
Hide resolved
# Conflicts: # src/main/java/com/salesforce/datacloud/jdbc/core/StreamingResultSet.java
d13a748 to
907fc12
Compare
carsheng
previously approved these changes
Feb 19, 2025
KaviarasuSakthivadivel
previously approved these changes
Feb 20, 2025
# Conflicts: # jdbc-slim/src/main/java/com/salesforce/datacloud/jdbc/core/DataCloudQueryStatus.java # jdbc-slim/src/main/java/com/salesforce/datacloud/jdbc/core/partial/RowBased.java # jdbc-slim/src/main/java/com/salesforce/datacloud/jdbc/util/Unstable.java # jdbc-slim/src/test/java/com/salesforce/datacloud/jdbc/util/StreamUtilitiesTest.java # pom.xml
dd0f308
carsheng
previously approved these changes
Feb 21, 2025
carsheng
approved these changes
Feb 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes new methods for acquiring query status and "row-based" result sets.